Method ExecuteAtomicAsync<T>(Func<Task<T>>)

Assembly: redb.Core.dll

Execute operations atomically and return result.

Task<T> ExecuteAtomicAsync<T>(Func<Task<T>> operations)